~ chicken-core (chicken-5) /manual/Module (chicken pretty-print)


 1[[tags: manual]]
 2[[toc:]]
 3
 4== Module (chicken pretty-print)
 5
 6This module has some procedures for pretty printing s-expressions.
 7
 8=== pretty-print
 9
10<procedure>(pretty-print EXP [PORT])</procedure><br>
11<procedure>(pp EXP [PORT])</procedure>
12
13Print expression nicely formatted. {{PORT}} defaults to the value
14of {{(current-output-port)}}.
15
16=== pretty-print-width
17
18<parameter>pretty-print-width</parameter>
19
20Specifies the maximal line-width for pretty printing, after which line
21wrap will occur.
22
23---
24Previous: [[Module (chicken port)]]
25
26Next: [[Module (chicken process)]]
Trap